]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
commitaa9e939d5296edb7d188e18892775b9938fd2923
tree1113eb376a353fccc4d9496a391aca4b0c5c787b
parentd7dab39b6e16d5eea78ed3c705d2a2d0772b4f06
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>
fs/ext2/super.c