lkml.org 
[lkml]   [2015]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] fs.h: Remove comment referring to removed inode-operation
Date
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


\
 
 \ /
  Last update: 2015-10-04 08:01    [W:0.076 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site