Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27023
b: refs/heads/master
c: 55aa2e0
h: refs/heads/master
i:
  27021: 1dd25f1
  27019: 66c9957
  27015: ae8a605
  27007: 0e05105
v: v3
  • Loading branch information
Steve French committed May 30, 2006
1 parent 0db8da3 commit e9e120e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08775834c412c48f3539ef7ed073fff58e3cf419
refs/heads/master: 55aa2e097dd5f0546972fc2607d7094181967ce2
2 changes: 2 additions & 0 deletions trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ static inline int cifs_get_disposition(unsigned int flags)
return FILE_OVERWRITE_IF;
else if ((flags & O_CREAT) == O_CREAT)
return FILE_OPEN_IF;
else if ((flags & O_TRUNC) == O_TRUNC)
return FILE_OVERWRITE;
else
return FILE_OPEN;
}
Expand Down

0 comments on commit e9e120e

Please sign in to comment.