From: Trond Myklebust Date: Sat, 3 Dec 2005 20:20:21 +0000 (-0500) Subject: NFSv4: Fix an Oops in the synchronous write path X-Git-Tag: v2.6.15-rc5~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6efee9231e12fce09c94930bfc59f66f18d662;p=pandora-kernel.git NFSv4: Fix an Oops in the synchronous write path - Missing initialisation of attribute bitmask in _nfs4_proc_write() - On success, _nfs4_proc_write() must return number of bytes written. - Missing post_op_update_inode() in _nfs4_proc_write() - Missing initialisation of attribute bitmask in _nfs4_proc_commit() - Missing post_op_update_inode() in _nfs4_proc_commit() Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed