From: Nathan Scott Date: Tue, 27 Jun 2006 06:13:02 +0000 (+1000) Subject: [XFS] Remove a couple of no-longer-used macros. X-Git-Tag: upstream/snapshot3+hdmi~39524^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebe1090549a7821faac09c467fc80b2245d0d30e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [XFS] Remove a couple of no-longer-used macros. SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26339a Signed-off-by: Nathan Scott --- diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h index aa26ab9..028eb17 100644 --- a/fs/xfs/linux-2.6/xfs_linux.h +++ b/fs/xfs/linux-2.6/xfs_linux.h @@ -140,9 +140,7 @@ BUFFER_FNS(PrivateStart, unwritten); #define current_pid() (current->pid) #define current_fsuid(cred) (current->fsuid) #define current_fsgid(cred) (current->fsgid) -#define current_set_flags(f) (current->flags |= (f)) #define current_test_flags(f) (current->flags & (f)) -#define current_clear_flags(f) (current->flags & ~(f)) #define current_set_flags_nested(sp, f) \ (*(sp) = current->flags, current->flags |= (f)) #define current_clear_flags_nested(sp, f) \