]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: Don't setting FILE_CREATED flags always
authorKinglong Mee <kinglongmee@gmail.com>
Wed, 1 Jul 2015 03:57:49 +0000 (11:57 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 1 Jul 2015 15:30:21 +0000 (11:30 -0400)
commit46b96538732faf3f2d9e0deb2a804e8d3948d159
tree8fa41d48641b58a9fe1a2aebbc79d5191b8f448a
parente84286d67bbd04d5959c04cf8e13d285877c9397
nfs: Don't setting FILE_CREATED flags always

Commit f5120cfc97 "NFSv4: Honour the 'opened' parameter in the atomic_open()
 filesystem method" have support the opened arguments now.

Also,
Commit 80df9852a5 "atomic_open: take care of EEXIST in no-open case with
 O_CREAT|O_EXCL in fs/namei.c" have change vfs's logical.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/dir.c