summaryrefslogtreecommitdiff
path: root/lib/e2p/mntopts.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-3/+3
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-03-21[COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts)Brian Behlendorf1-5/+11
Need to free memory allocated to buf. Coverity ID: 17: Resource Leak Coverity ID: 18: Resource Leak Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2002-10-20Add support for new default mount options for the journal data mode.Theodore Ts'o1-2/+7
2002-10-15Add support for new feature in ext2/3 filesystems; a default mount options fieldTheodore Ts'o1-0/+131
in the superblock. Added the tune2fs '-o' option to set this field.