Commit 51bfb75b authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] xfs: missing gfp_t annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b53cb2a4
...@@ -78,7 +78,7 @@ STATIC int xfs_qm_dqhashlock_nowait(xfs_dquot_t *); ...@@ -78,7 +78,7 @@ STATIC int xfs_qm_dqhashlock_nowait(xfs_dquot_t *);
STATIC int xfs_qm_init_quotainos(xfs_mount_t *); STATIC int xfs_qm_init_quotainos(xfs_mount_t *);
STATIC int xfs_qm_init_quotainfo(xfs_mount_t *); STATIC int xfs_qm_init_quotainfo(xfs_mount_t *);
STATIC int xfs_qm_shake(int, unsigned int); STATIC int xfs_qm_shake(int, gfp_t);
#ifdef DEBUG #ifdef DEBUG
extern mutex_t qcheck_lock; extern mutex_t qcheck_lock;
...@@ -2197,7 +2197,7 @@ xfs_qm_shake_freelist( ...@@ -2197,7 +2197,7 @@ xfs_qm_shake_freelist(
*/ */
/* ARGSUSED */ /* ARGSUSED */
STATIC int STATIC int
xfs_qm_shake(int nr_to_scan, unsigned int gfp_mask) xfs_qm_shake(int nr_to_scan, gfp_t gfp_mask)
{ {
int ndqused, nfree, n; int ndqused, nfree, n;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment