]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b4a20919e59f0569fd26bd0c4eb8276f1f5c40a
tree3ecebe65f27bf0ccf96d024f8403636f505295b8
parent4889375ec3a8e206e636fb0998a8cbd7477d9143
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:

8ea909fa3ee1 ("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:

5cfc87a67863 ("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