Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280255
b: refs/heads/master
c: 7328bdd
h: refs/heads/master
i:
  280253: a264e65
  280251: 66daba7
  280247: f6bbc1b
  280239: 0a91efc
  280223: fe78a4b
  280191: 5f8a72d
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 85bc577 commit 3a6cde2
Show file tree
Hide file tree
Showing 3 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: faa17292fd3a5a80345511ea341a59ac40ab59dc
refs/heads/master: 7328bdd6cf5e032a2c54e4b1cf555ff769af08e7
4 changes: 2 additions & 2 deletions trunk/fs/isofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ struct iso9660_options{
unsigned char map;
unsigned char check;
unsigned int blocksize;
mode_t fmode;
mode_t dmode;
umode_t fmode;
umode_t dmode;
gid_t gid;
uid_t uid;
char *iocharset;
Expand Down
6 changes: 3 additions & 3 deletions trunk/fs/isofs/isofs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ struct isofs_sb_info {
unsigned int s_uid_set:1;
unsigned int s_gid_set:1;

mode_t s_fmode;
mode_t s_dmode;
umode_t s_fmode;
umode_t s_dmode;
gid_t s_gid;
uid_t s_uid;
struct nls_table *s_nls_iocharset; /* Native language support table */
};

#define ISOFS_INVALID_MODE ((mode_t) -1)
#define ISOFS_INVALID_MODE ((umode_t) -1)

static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb)
{
Expand Down

0 comments on commit 3a6cde2

Please sign in to comment.