linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs.h: Remove comment referring to removed inode-operation
@ 2015-10-04  5:42 Matt Kilgore
  0 siblings, 0 replies; only message in thread
From: Matt Kilgore @ 2015-10-04  5:42 UTC (permalink / raw)
  To: viro, linux-fsdevel, linux-kernel; +Cc: Matt Kilgore

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-04  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-04  5:42 [PATCH] fs.h: Remove comment referring to removed inode-operation Matt Kilgore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).