]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[XFS] Remove a couple of no-longer-used macros.
authorNathan Scott <nathans@sgi.com>
Tue, 27 Jun 2006 06:13:02 +0000 (16:13 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 27 Jun 2006 06:13:02 +0000 (16:13 +1000)
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:26339a

Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_linux.h

index aa26ab906c88cda071d9a2ca54cc79ee2cea6317..028eb17ec2edd8b17e35b333e1b0692ba63414c7 100644 (file)
@@ -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)      \