aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/9p.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/9p.c')
-rw-r--r--fs/9p/9p.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/9p/9p.c b/fs/9p/9p.c
index f86a28d1d6a6..c148e6ba07e5 100644
--- a/fs/9p/9p.c
+++ b/fs/9p/9p.c
@@ -148,6 +148,7 @@ v9fs_t_clunk(struct v9fs_session_info *v9ses, u32 fid)
148 return ret; 148 return ret;
149} 149}
150 150
151#if 0
151/** 152/**
152 * v9fs_v9fs_t_flush - flush a pending transaction 153 * v9fs_v9fs_t_flush - flush a pending transaction
153 * @v9ses: 9P2000 session information 154 * @v9ses: 9P2000 session information
@@ -171,6 +172,7 @@ int v9fs_t_flush(struct v9fs_session_info *v9ses, u16 oldtag)
171 172
172 return ret; 173 return ret;
173} 174}
175#endif /* 0 */
174 176
175/** 177/**
176 * v9fs_t_stat - read a file's meta-data 178 * v9fs_t_stat - read a file's meta-data