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) | |
download | op-kernel-dev-edf24abe51493ccda384644d487fe2f796ac21c8.zip op-kernel-dev-edf24abe51493ccda384644d487fe2f796ac21c8.tar.gz |
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 1dcf4fb5..49cbc62 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -1616,7 +1616,6 @@ int btrfs_delete_xattrs(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode); /* super.c */ u64 btrfs_parse_size(char *str); -int btrfs_parse_options(char *options, struct btrfs_root *root, - char **subvol_name); +int btrfs_parse_options(struct btrfs_root *root, char *options); int btrfs_sync_fs(struct super_block *sb, int wait); #endif |