Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310011
b: refs/heads/master
c: 1676765
h: refs/heads/master
i:
  310009: 31dd6f1
  310007: a28d2b6
v: v3
  • Loading branch information
Al Viro committed May 30, 2012
1 parent 719aab3 commit efd4463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 962830df366b66e71849040770ae6ba55a8b4aec
refs/heads/master: 16767652380074fd2a87ae7486e0fe0b609daf00
10 changes: 5 additions & 5 deletions trunk/fs/ncpfs/ncp_fs_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ struct ncp_mount_data_kernel {
unsigned long flags; /* NCP_MOUNT_* flags */
unsigned int int_flags; /* internal flags */
#define NCP_IMOUNT_LOGGEDIN_POSSIBLE 0x0001
__kernel_uid32_t mounted_uid; /* Who may umount() this filesystem? */
uid_t mounted_uid; /* Who may umount() this filesystem? */
struct pid *wdog_pid; /* Who cares for our watchdog packets? */
unsigned int ncp_fd; /* The socket to the ncp port */
unsigned int time_out; /* How long should I wait after
sending a NCP request? */
unsigned int retry_count; /* And how often should I retry? */
unsigned char mounted_vol[NCP_VOLNAME_LEN + 1];
__kernel_uid32_t uid;
__kernel_gid32_t gid;
__kernel_mode_t file_mode;
__kernel_mode_t dir_mode;
uid_t uid;
gid_t gid;
umode_t file_mode;
umode_t dir_mode;
int info_fd;
};

Expand Down

0 comments on commit efd4463

Please sign in to comment.