Al Viro f7c85868fc fix mknod() on nfs4 (hopefully)
a) check the right flags in ->create() (LOOKUP_OPEN, not LOOKUP_CREATE)
b) default (!LOOKUP_OPEN) open_flags is O_CREAT|O_EXCL|FMODE_READ, not 0
c) lookup_instantiate_filp() should be done only with LOOKUP_OPEN;
otherwise we need to issue CLOSE, lest we leak stateid on server.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-07-20 01:43:46 -04:00
..
2011-05-29 20:52:31 +03:00
2011-05-29 20:52:31 +03:00
2011-07-20 01:43:46 -04:00
2011-03-31 11:26:23 -03:00
2010-12-21 11:51:23 -05:00
2011-06-15 11:23:02 -04:00
2011-03-24 13:52:41 -04:00
2011-05-29 20:52:34 +03:00
2010-10-07 18:48:49 -04:00