summaryrefslogtreecommitdiff
path: root/fs/9p
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-08-07 22:17:26 +0800
committerDominique Martinet <asmadeus@codewreck.org>2023-10-24 13:52:56 +0900
commita321af9dd0957713180e51c4ffc5225fc4cdc4f4 (patch)
tree4e0e4d2ea36ac579aa2c3006076cf0d45d9219bf /fs/9p
parent58e3ce767307130e911408c75f054d6a6673c8a3 (diff)
fs/9p: Remove unused function declaration v9fs_inode2stat()
Commit 531b1094b743 ("[PATCH] v9fs: zero copy implementation") declared but never implemented this. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Message-ID: <20230807141726.38860-1-yuehaibing@huawei.com> Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'fs/9p')
-rw-r--r--fs/9p/v9fs_vfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h
index cdf441f22e07..731e3d14b67d 100644
--- a/fs/9p/v9fs_vfs.h
+++ b/fs/9p/v9fs_vfs.h
@@ -52,7 +52,6 @@ void v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode,
unsigned int flags);
int v9fs_dir_release(struct inode *inode, struct file *filp);
int v9fs_file_open(struct inode *inode, struct file *file);
-void v9fs_inode2stat(struct inode *inode, struct p9_wstat *stat);
int v9fs_uflags2omode(int uflags, int extended);
void v9fs_blank_wstat(struct p9_wstat *wstat);