diff options
-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, 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, |