• Chuck Lever's avatar
    NFSD: Refactor nfsd_create_setattr() · 5f46e950
    Chuck Lever authored
    I'd like to move do_nfsd_create() out of vfs.c. Therefore
    nfsd_create_setattr() needs to be made publicly visible.
    
    Note that both call sites in vfs.c commit both the new object and
    its parent directory, so just combine those common metadata commits
    into nfsd_create_setattr().
    Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
    5f46e950
vfs.c 58.6 KB