Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 530
b: refs/heads/master
c: 5fc3e62
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 27, 2005
1 parent 783dad1 commit 11a79cb
Show file tree
Hide file tree
Showing 2 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: fc67b16ecaf6ebde04096030c268adddade023f1
refs/heads/master: 5fc3e624ad7278604628c598e92aa77c67064166
6 changes: 3 additions & 3 deletions trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ static void *do_smb_super_data_conv(void *raw_data)

struct compat_nfs_string {
compat_uint_t len;
compat_uptr_t __user data;
compat_uptr_t data;
};

static inline void compat_nfs_string(struct nfs_string *dst,
Expand All @@ -834,10 +834,10 @@ struct compat_nfs4_mount_data_v1 {
struct compat_nfs_string mnt_path;
struct compat_nfs_string hostname;
compat_uint_t host_addrlen;
compat_uptr_t __user host_addr;
compat_uptr_t host_addr;
compat_int_t proto;
compat_int_t auth_flavourlen;
compat_uptr_t __user auth_flavours;
compat_uptr_t auth_flavours;
};

static int do_nfs4_super_data_conv(void *raw_data)
Expand Down

0 comments on commit 11a79cb

Please sign in to comment.