Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280249
b: refs/heads/master
c: ad44be5
h: refs/heads/master
i:
  280247: f6bbc1b
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 0800404 commit 3bd004b
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: 5eee25cacde61c37f1545a33d7fed88b14349976
refs/heads/master: ad44be5c7820f5b8ce97292f4bcb3de73625c35b
4 changes: 2 additions & 2 deletions trunk/fs/ubifs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*
* This function returns the inherited flags.
*/
static int inherit_flags(const struct inode *dir, int mode)
static int inherit_flags(const struct inode *dir, umode_t mode)
{
int flags;
const struct ubifs_inode *ui = ubifs_inode(dir);
Expand Down Expand Up @@ -86,7 +86,7 @@ static int inherit_flags(const struct inode *dir, int mode)
* case of failure.
*/
struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir,
int mode)
umode_t mode)
{
struct inode *inode;
struct ubifs_inode *ui;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ubifs/ubifs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ int ubifs_setattr(struct dentry *dentry, struct iattr *attr);

/* dir.c */
struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir,
int mode);
umode_t mode);
int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
struct kstat *stat);

Expand Down

0 comments on commit 3bd004b

Please sign in to comment.