vfs: remove stale comment in inode_operations
authorRoss Zwisler <ross.zwisler@linux.intel.com>
Thu, 8 Oct 2015 23:07:20 +0000 (17:07 -0600)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Nov 2015 07:19:38 +0000 (02:19 -0500)
commitc8fffa643583e00eb9a783abbca251b11bc0d163
tree3ecebe65f27bf0ccf96d024f8403636f505295b8
parent5c50002963369c7c622b18ff751719eadbe225c5
vfs: remove stale comment in inode_operations

The big warning comment that is currently at the end of struct
inode_operations was added as part of this commit:

4aa7c6346be3 ("vfs: add i_op->dentry_open()")

It was added to warn people not to use the newly added 'dentry_open'
function pointer.

This function pointer was removed as part of this commit:

4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and
f_inode to the underlay")

The comment was left behind and now refers to nothing, so remove it.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h