Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5706b27d
Commit
5706b27d
authored
Jul 26, 2011
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceph: propagate umode_t
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
138d570d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fs/ceph/caps.c
fs/ceph/caps.c
+2
-2
fs/ceph/super.h
fs/ceph/super.h
+1
-1
No files found.
fs/ceph/caps.c
View file @
5706b27d
...
@@ -928,7 +928,7 @@ static int send_cap_msg(struct ceph_mds_session *session,
...
@@ -928,7 +928,7 @@ static int send_cap_msg(struct ceph_mds_session *session,
u64
size
,
u64
max_size
,
u64
size
,
u64
max_size
,
struct
timespec
*
mtime
,
struct
timespec
*
atime
,
struct
timespec
*
mtime
,
struct
timespec
*
atime
,
u64
time_warp_seq
,
u64
time_warp_seq
,
uid_t
uid
,
gid_t
gid
,
mode_t
mode
,
uid_t
uid
,
gid_t
gid
,
u
mode_t
mode
,
u64
xattr_version
,
u64
xattr_version
,
struct
ceph_buffer
*
xattrs_buf
,
struct
ceph_buffer
*
xattrs_buf
,
u64
follows
)
u64
follows
)
...
@@ -1078,7 +1078,7 @@ static int __send_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap,
...
@@ -1078,7 +1078,7 @@ static int __send_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap,
u64
size
,
max_size
;
u64
size
,
max_size
;
struct
timespec
mtime
,
atime
;
struct
timespec
mtime
,
atime
;
int
wake
=
0
;
int
wake
=
0
;
mode_t
mode
;
u
mode_t
mode
;
uid_t
uid
;
uid_t
uid
;
gid_t
gid
;
gid_t
gid
;
struct
ceph_mds_session
*
session
;
struct
ceph_mds_session
*
session
;
...
...
fs/ceph/super.h
View file @
5706b27d
...
@@ -136,7 +136,7 @@ struct ceph_cap_snap {
...
@@ -136,7 +136,7 @@ struct ceph_cap_snap {
int
issued
,
dirty
;
int
issued
,
dirty
;
struct
ceph_snap_context
*
context
;
struct
ceph_snap_context
*
context
;
mode_t
mode
;
u
mode_t
mode
;
uid_t
uid
;
uid_t
uid
;
gid_t
gid
;
gid_t
gid
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment