Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280277
b: refs/heads/master
c: 5706b27
h: refs/heads/master
i:
  280275: 33dca54
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 340372c commit 8bc3634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 138d570de290ee7dbb18ef75d4f5735340352c56
refs/heads/master: 5706b27deae29ceee26d0c20112f087a9b841575
4 changes: 2 additions & 2 deletions trunk/fs/ceph/caps.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ static int send_cap_msg(struct ceph_mds_session *session,
u64 size, u64 max_size,
struct timespec *mtime, struct timespec *atime,
u64 time_warp_seq,
uid_t uid, gid_t gid, mode_t mode,
uid_t uid, gid_t gid, umode_t mode,
u64 xattr_version,
struct ceph_buffer *xattrs_buf,
u64 follows)
Expand Down Expand Up @@ -1078,7 +1078,7 @@ static int __send_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap,
u64 size, max_size;
struct timespec mtime, atime;
int wake = 0;
mode_t mode;
umode_t mode;
uid_t uid;
gid_t gid;
struct ceph_mds_session *session;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ struct ceph_cap_snap {
int issued, dirty;
struct ceph_snap_context *context;

mode_t mode;
umode_t mode;
uid_t uid;
gid_t gid;

Expand Down

0 comments on commit 8bc3634

Please sign in to comment.