From: Dan Carpenter Date: Sun, 4 Sep 2011 14:20:14 +0000 (-0400) Subject: jbd2: use gfp_t instead of int X-Git-Tag: v3.2-rc1~85^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2159fb7b8bac12684aabdf41d84b56da9f5c062;p=pandora-kernel.git jbd2: use gfp_t instead of int This silences some Sparse warnings: fs/jbd2/transaction.c:135:69: warning: incorrect type in argument 2 (different base types) fs/jbd2/transaction.c:135:69: expected restricted gfp_t [usertype] flags fs/jbd2/transaction.c:135:69: got int [signed] gfp_mask Signed-off-by: Dan Carpenter Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed