commit | 6b39f6d22fbf67cf795c105b4d67c64e9c352ca4 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Feb 28 17:04:03 2011 +0530 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Tue Mar 15 09:57:39 2011 -0500 |
tree | 0d0926901486e334feb5422ee2b0e56b45e9a970 | |
parent | a78ce05d5d342297b66122eda8add4eefa21f8a8 [diff] [blame] |
fs/9p: Move writeback fid to v9fs_inode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h index ce59d15..71cab8e 100644 --- a/fs/9p/v9fs.h +++ b/fs/9p/v9fs.h
@@ -122,6 +122,7 @@ struct fscache_cookie *fscache; struct p9_qid *fscache_key; #endif + struct p9_fid *writeback_fid; struct inode vfs_inode; };