Quantcast
Channel: Serverphorums.com
Viewing all articles
Browse latest Browse all 23908

[PATCH] fs.h: Remove comment referring to removed inode-operation

$
0
0
struct inode_operations has a comment that used to refer to the removed
operation dentry_open, add in commit 4aa7c6346be3 ("vfs: add
i_op->dentry_open()"), mentioning that it was going to be removed soon.
The comment was not removed when the dentry_open operation was removed
in commit 4bacc9c9234c ("overlayfs: Make f_path always point to the
overlay and f_inode to the underlay").

Signed-off-by: Matt Kilgore <mattkilgore12@gmail.com>
---
include/linux/fs.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 72d8a84..e495b3e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1678,8 +1678,6 @@ struct inode_operations {
umode_t create_mode, int *opened);
int (*tmpfile) (struct inode *, struct dentry *, umode_t);
int (*set_acl)(struct inode *, struct posix_acl *, int);
-
- /* WARNING: probably going away soon, do not use! */
} ____cacheline_aligned;

ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector,
--
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Viewing all articles
Browse latest Browse all 23908

Trending Articles