2008-06-12 19:49:23

by Myklebust, Trond

[permalink] [raw]
Subject: [PATCH 05/15] NFS: Remove BKL usage from the write path

Signed-off-by: Trond Myklebust <[email protected]>
---

fs/nfs/file.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fs/nfs/file.c b/fs/nfs/file.c
index 509dcb5..f919d9a 100644
--- a/fs/nfs/file.c
+++ b/fs/nfs/file.c
@@ -393,9 +393,7 @@ static int nfs_write_end(struct file *file, struct address_space *mapping,
zero_user_segment(page, pglen, PAGE_CACHE_SIZE);
}

- lock_kernel();
status = nfs_updatepage(file, page, offset, copied);
- unlock_kernel();

unlock_page(page);
page_cache_release(page);