• Linus Torvalds's avatar
    Use F_SETLK instead of F_SETLK64 in nfs locking code. · 6a8e8a44
    Linus Torvalds authored
    The code doesn't actually _care_ about 32/64-bit issues,
    only about F_SETLK vs F_SETLKW, and the F_SETLK64 doesn't
    exist except as a compatibility thing on 64-bit architectures
    (since the regular one already _is_ 64-bit, of course).
    6a8e8a44
nfs4proc.c 68.8 KB