Skip to content

Commit a321af9

Browse files
Yue Haibingmartinetd
authored andcommitted
fs/9p: Remove unused function declaration v9fs_inode2stat()
Commit 531b109 ("[PATCH] v9fs: zero copy implementation") declared but never implemented this. Signed-off-by: Yue Haibing <[email protected]> Message-ID: <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent 58e3ce7 commit a321af9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/9p/v9fs_vfs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ void v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode,
5252
unsigned int flags);
5353
int v9fs_dir_release(struct inode *inode, struct file *filp);
5454
int v9fs_file_open(struct inode *inode, struct file *file);
55-
void v9fs_inode2stat(struct inode *inode, struct p9_wstat *stat);
5655
int v9fs_uflags2omode(int uflags, int extended);
5756

5857
void v9fs_blank_wstat(struct p9_wstat *wstat);

0 commit comments

Comments
 (0)