[PATCH] NFS: Replace nfs_page insertion sort with a radix sort
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -135,7 +135,7 @@ nfs_write_inode(struct inode *inode, int sync)
|
||||
int flags = sync ? FLUSH_WAIT : 0;
|
||||
int ret;
|
||||
|
||||
ret = nfs_commit_inode(inode, 0, 0, flags);
|
||||
ret = nfs_commit_inode(inode, flags);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user