diff --git a/[refs] b/[refs] index 6658c7a3adbf..20aad23fbed6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cae823c4c089d2c7c2a90f39f20376ccd85f9893 +refs/heads/master: eb5f8545ffff98a11c6656d4d2106341ab69c57d diff --git a/trunk/fs/nfs/symlink.c b/trunk/fs/nfs/symlink.c index 600bbe630abd..6c686112cc03 100644 --- a/trunk/fs/nfs/symlink.c +++ b/trunk/fs/nfs/symlink.c @@ -33,9 +33,7 @@ static int nfs_symlink_filler(struct inode *inode, struct page *page) { int error; - lock_kernel(); error = NFS_PROTO(inode)->readlink(inode, page, 0, PAGE_SIZE); - unlock_kernel(); if (error < 0) goto error; SetPageUptodate(page);