summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs.c
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2011-03-29 03:50:19 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-30 03:24:38 -0700
commit4954170c7ee17105ab28ef13ca365a3dbe23fdb3 (patch)
tree35c4c85517541dc7d1d70ca941e9b00c2f04b39f /xlators/nfs/server/src/nfs.c
parent229b6136c26b740091a32aa972e2224695ee837b (diff)
nfs: Remove redundant and erroneous check for create mode EXCLUSIVE
nfs3.c/nfs3_create_common: The if condition checks for create mode being EXCLUSIVE. However, when create mode is EXCLUSIVE, this function never gets called (nfs3_create_exclusive is called). Also, instead of checking, it actually sets the value of createmode (= instead of ==). Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 2553 (NFS file create with Mac client and UNCHECKED mode returns "Operation not permitted") URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2553
Diffstat (limited to 'xlators/nfs/server/src/nfs.c')
0 files changed, 0 insertions, 0 deletions