diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-05-14 19:56:06 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2012-05-15 17:34:39 -0400 |
commit | aa9e939d5296edb7d188e18892775b9938fd2923 (patch) | |
tree | 1113eb376a353fccc4d9496a391aca4b0c5c787b /fs/ext2 | |
parent | d7dab39b6e16d5eea78ed3c705d2a2d0772b4f06 (diff) |
ext2: remove the redundant comment for ext2_export_ops
The comment is outdated and isn't particularly informative anyway - NULL
meaning the default behavior is very common in kernel. And we really set about
half of entries. So remove the whole comment for ext2_export_ops.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2')
-rw-r--r-- | fs/ext2/super.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 7c1207c0e0c1..c21f67f8854b 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -352,11 +352,6 @@ static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid, | |||
352 | ext2_nfs_get_inode); | 352 | ext2_nfs_get_inode); |
353 | } | 353 | } |
354 | 354 | ||
355 | /* Yes, most of these are left as NULL!! | ||
356 | * A NULL value implies the default, which works with ext2-like file | ||
357 | * systems, but can be improved upon. | ||
358 | * Currently only get_parent is required. | ||
359 | */ | ||
360 | static const struct export_operations ext2_export_ops = { | 355 | static const struct export_operations ext2_export_ops = { |
361 | .fh_to_dentry = ext2_fh_to_dentry, | 356 | .fh_to_dentry = ext2_fh_to_dentry, |
362 | .fh_to_parent = ext2_fh_to_parent, | 357 | .fh_to_parent = ext2_fh_to_parent, |