diff options
author | Christoph Hellwig <hch@lst.de> | 2008-06-10 10:40:29 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:03 -0400 |
commit | edf24abe51493ccda384644d487fe2f796ac21c8 (patch) | |
tree | 91244ac3bb85fd08c22f109011cc4a625037677f /fs/btrfs/ctree.h | |
parent | 306929f364b993581c91596230807fa1c022268a (diff) |
btrfs: sanity mount option parsing and early mount code
Also adds lots of comments to describe what's going on here.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 1dcf4fb5b688..49cbc62b42f9 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1616,7 +1616,6 @@ int btrfs_delete_xattrs(struct btrfs_trans_handle *trans, | |||
1616 | struct btrfs_root *root, struct inode *inode); | 1616 | struct btrfs_root *root, struct inode *inode); |
1617 | /* super.c */ | 1617 | /* super.c */ |
1618 | u64 btrfs_parse_size(char *str); | 1618 | u64 btrfs_parse_size(char *str); |
1619 | int btrfs_parse_options(char *options, struct btrfs_root *root, | 1619 | int btrfs_parse_options(struct btrfs_root *root, char *options); |
1620 | char **subvol_name); | ||
1621 | int btrfs_sync_fs(struct super_block *sb, int wait); | 1620 | int btrfs_sync_fs(struct super_block *sb, int wait); |
1622 | #endif | 1621 | #endif |