diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc.c')
| -rw-r--r-- | fs/xfs/xfs_ialloc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index 169380e6605..dad1a31aa4f 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c @@ -447,7 +447,7 @@ STATIC xfs_buf_t *			/* allocation group buffer */  xfs_ialloc_ag_select(  	xfs_trans_t	*tp,		/* transaction pointer */  	xfs_ino_t	parent,		/* parent directory inode number */ -	mode_t		mode,		/* bits set to indicate file type */ +	umode_t		mode,		/* bits set to indicate file type */  	int		okalloc)	/* ok to allocate more space */  {  	xfs_buf_t	*agbp;		/* allocation group header buffer */ @@ -640,7 +640,7 @@ int  xfs_dialloc(  	xfs_trans_t	*tp,		/* transaction pointer */  	xfs_ino_t	parent,		/* parent inode (directory) */ -	mode_t		mode,		/* mode bits for new inode */ +	umode_t		mode,		/* mode bits for new inode */  	int		okalloc,	/* ok to allocate more space */  	xfs_buf_t	**IO_agbp,	/* in/out ag header's buffer */  	boolean_t	*alloc_done,	/* true if we needed to replenish  | 
