• Neil Brown's avatar
    [PATCH] Fix nfsd checking for read-only filesystem. · 591249aa
    Neil Brown authored
    Currently nfsd only worries about read-only exports for
    directories and files, which allows device special files
    to be chmodded (for example).
    
    This patch extends the test to cover all files, but is careful
    to avoid it when an IRIX client is doing an write-permission test
    against a pre-existing device special file.
    591249aa
nfsproc.c 15 KB