• M
    nfs: set FILE_CREATED · 01c919ab
    Miklos Szeredi 提交于
    Set FILE_CREATED on O_CREAT|O_EXCL.  If the NFS server honored our request
    for exclusivity then this must be correct.
    
    Currently this is a no-op, since the VFS sets FILE_CREATED anyway.  The
    next patch will, however, require this flag to be always set by
    filesystems.
    Signed-off-by: NMiklos Szeredi <mszeredi@suse.cz>
    Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
    Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
    01c919ab
dir.c 59.0 KB