]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfs/symlink.c
NFS: Remove use of the Big Kernel Lock around nfs calls to readlink
[karo-tx-linux.git] / fs / nfs / symlink.c
index 600bbe630abd99cdc6e8f9074984495630c9adc1..6c686112cc03fa3c3dcea70180653640d95aaeb9 100644 (file)
@@ -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);