xfs: switch to proper __bitwise type for KM_... flags

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-04-02 06:24:04 -04:00
parent c217a2a004
commit 77ba78776e
6 changed files with 20 additions and 19 deletions

View File

@@ -3152,7 +3152,7 @@ xlog_ticket_alloc(
int cnt,
char client,
bool permanent,
int alloc_flags)
xfs_km_flags_t alloc_flags)
{
struct xlog_ticket *tic;
uint num_headers;