diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-04-01 22:04:46 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-04-11 22:28:26 -0400 |
commit | c711a6b111322941a41bb024dbcc22b9858d5dd6 (patch) | |
tree | c42cd8e1b4de3f9ce6a54da17b349dec73269ac4 /fs/9p/v9fs_vfs.h | |
parent | 371098c6a689da81fbb53bf7acf128f89a6efa09 (diff) | |
download | linux-c711a6b111322941a41bb024dbcc22b9858d5dd6.tar.gz linux-c711a6b111322941a41bb024dbcc22b9858d5dd6.tar.bz2 linux-c711a6b111322941a41bb024dbcc22b9858d5dd6.zip |
9p: fold v9fs_file_write_internal() into the caller
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/9p/v9fs_vfs.h')
-rw-r--r-- | fs/9p/v9fs_vfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h index b83ebfbf3fdc..cff1e61d9355 100644 --- a/fs/9p/v9fs_vfs.h +++ b/fs/9p/v9fs_vfs.h @@ -74,8 +74,6 @@ void v9fs_blank_wstat(struct p9_wstat *wstat); int v9fs_vfs_setattr_dotl(struct dentry *, struct iattr *); int v9fs_file_fsync_dotl(struct file *filp, loff_t start, loff_t end, int datasync); -ssize_t v9fs_file_write_internal(struct inode *, struct p9_fid *, - const char __user *, size_t, loff_t *, int); int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode); int v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode); static inline void v9fs_invalidate_inode_attr(struct inode *inode) |