]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Remove boolean_t typedef completely.
authorThiago Farina <tfarina@chromium.org>
Mon, 12 Nov 2012 23:32:59 +0000 (21:32 -0200)
committerBen Myers <bpm@sgi.com>
Thu, 17 Jan 2013 23:32:57 +0000 (17:32 -0600)
commitc26ffef874daf90acd2568939541b36997612a9c
tree18c7478fa6f13c2a8e0f1951d56ce9d32e15ee71
parent7ac3f42548ebdadc27b9d0997d16bf02e3b31115
xfs: Remove boolean_t typedef completely.

Since we are using C99 we have one builtin defined in include/linux/types.h,
use that instead.

v2: you missed one in fs/xfs/xfs_qm_bhv.c, cleaned up. -bpm

Signed-off-by: Thiago Farina <tfarina@chromium.org>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_qm_bhv.c
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_trans_dquot.c
fs/xfs/xfs_types.h
fs/xfs/xfs_vnodeops.c