]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: fix implicit bool to int conversion
authorNicholas Mc Guire <der.herr@hofr.at>
Thu, 8 Jan 2015 23:48:58 +0000 (10:48 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Jan 2015 23:48:58 +0000 (10:48 +1100)
commit43fd1fce9643586e0995ee5d11fb40641575348a
tree22692e37e33fc05e3bc4319fce68e9ecb886b9f1
parentd32057fc84c141af22ddf07b58e52570e52369cd
xfs: fix implicit bool to int conversion

try_wait_for_completion returns bool so the wrapper function
xfs_dqflock_nowait should probably also return bool and not int.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_dquot.h