aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/v9fs.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2011-02-28 17:04:00 +0530
committerEric Van Hensbergen <ericvh@gmail.com>2011-03-15 09:57:38 -0500
commit00ea2df43e0a68a90bb6055cc48965b2c970228d (patch)
tree32108151c33c156f9541e97fa3b84e33dae6e92b /fs/9p/v9fs.h
parentnet/9p: Implement syncfs 9P operation (diff)
downloadlinux-dev-00ea2df43e0a68a90bb6055cc48965b2c970228d.tar.xz
linux-dev-00ea2df43e0a68a90bb6055cc48965b2c970228d.zip
fs/9p: Implement syncfs call back for 9Pfs
FIXME!! what about dotu ? 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>
Diffstat (limited to 'fs/9p/v9fs.h')
-rw-r--r--fs/9p/v9fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h
index 6fa3cf5547d5..21bd803a3cc0 100644
--- a/fs/9p/v9fs.h
+++ b/fs/9p/v9fs.h
@@ -113,6 +113,7 @@ struct v9fs_session_info {
struct list_head slist; /* list of sessions registered with v9fs */
struct backing_dev_info bdi;
struct rw_semaphore rename_sem;
+ struct p9_fid *root_fid; /* Used for file system sync */
};
struct p9_fid *v9fs_session_init(struct v9fs_session_info *, const char *,