From: Aneesh Kumar K.V Date: Tue, 8 Mar 2011 11:09:46 +0000 (+0530) Subject: fs/9p: Fix race in initializing writeback fid X-Git-Tag: v2.6.39-rc1~381^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7e0a8cf50cf905403f5a498e86d1f97cfcf51b;p=pandora-kernel.git fs/9p: Fix race in initializing writeback fid When two process open the same file we can end up with both of them allocating the writeback_fid. Add a new mutex which can be used for synchronizing v9fs_inode member values. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed