[PATCH] xattr: fix check for simultaneous glibc header inclusion

2014-08-13 Thread Filipe Brandenburger
The guard was introduced in patch ea1a8217b06b41 ("xattr: guard against simultaneous glibc header inclusion") but it is using #ifdef to check for a define that is either set to 1 or 0. Fix it to use #if instead. Signed-off-by: Filipe Brandenburger Cc: Serge Hallyn Cc: Andrew Morton Cc: Allan

[PATCH] xattr: fix check for simultaneous glibc header inclusion

2014-08-13 Thread Filipe Brandenburger
The guard was introduced in patch ea1a8217b06b41 (xattr: guard against simultaneous glibc header inclusion) but it is using #ifdef to check for a define that is either set to 1 or 0. Fix it to use #if instead. Signed-off-by: Filipe Brandenburger filbran...@google.com Cc: Serge Hallyn