commit | 43fd1fce9643586e0995ee5d11fb40641575348a | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <der.herr@hofr.at> | Fri Jan 09 10:48:58 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Fri Jan 09 10:48:58 2015 +1100 |
tree | 22692e37e33fc05e3bc4319fce68e9ecb886b9f1 | |
parent | d32057fc84c141af22ddf07b58e52570e52369cd [diff] |
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>