commit | 3b6efee9231e12fce09c94930bfc59f66f18d662 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Dec 03 15:20:21 2005 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Dec 03 15:20:21 2005 -0500 |
tree | 59e58509dc8e59e9302e94b17b7f8e22568df7c7 | |
parent | 5ba7cc4801ae0fe74b6e0160f008521ae71d9f5d [diff] |
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 <Trond.Myklebust@netapp.com>