ext2: remove the redundant comment for ext2_export_ops
authorWang Sheng-Hui <shhuiw@gmail.com>
Mon, 14 May 2012 23:56:06 +0000 (07:56 +0800)
committerJan Kara <jack@suse.cz>
Tue, 15 May 2012 21:34:39 +0000 (23:34 +0200)
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>
fs/ext2/super.c

index 7c1207c0e0c18fc8e6b2359ff46cec16bcab7bc0..c21f67f8854bd314c173a8eec83f41a6c814ea1c 100644 (file)
@@ -352,11 +352,6 @@ static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid,
                                    ext2_nfs_get_inode);
 }
 
-/* Yes, most of these are left as NULL!!
- * A NULL value implies the default, which works with ext2-like file
- * systems, but can be improved upon.
- * Currently only get_parent is required.
- */
 static const struct export_operations ext2_export_ops = {
        .fh_to_dentry = ext2_fh_to_dentry,
        .fh_to_parent = ext2_fh_to_parent,