Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17013
b: refs/heads/master
c: ac34dd0
h: refs/heads/master
i:
  17011: daee928
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Linus Torvalds committed Jan 9, 2006
1 parent 23150d5 commit f76aa10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a12dea7af93ae83bd868c0dc09367090ead7cc1e
refs/heads/master: ac34dd052400b1e63aa8e711a13c0670943296fd
2 changes: 1 addition & 1 deletion trunk/fs/smbfs/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ smb_proc_setattr_unix(struct dentry *d, struct iattr *attr,
LSET(data, 32, SMB_TIME_NO_CHANGE);
LSET(data, 40, SMB_UID_NO_CHANGE);
LSET(data, 48, SMB_GID_NO_CHANGE);
LSET(data, 56, smb_filetype_from_mode(attr->ia_mode));
DSET(data, 56, smb_filetype_from_mode(attr->ia_mode));
LSET(data, 60, major);
LSET(data, 68, minor);
LSET(data, 76, 0);
Expand Down

0 comments on commit f76aa10

Please sign in to comment.