nfsd: don't fail unchecked creates of non-special files
[zen-stable.git] / arch / score / include / asm / bitops.h
blob2763b050fca8de135b63a26088fa43a853aa16a9
1 #ifndef _ASM_SCORE_BITOPS_H
2 #define _ASM_SCORE_BITOPS_H
4 #include <asm/byteorder.h> /* swab32 */
5 #include <asm/system.h> /* save_flags */
7 /*
8 * clear_bit() doesn't provide any barrier for the compiler.
9 */
10 #define smp_mb__before_clear_bit() barrier()
11 #define smp_mb__after_clear_bit() barrier()
13 #include <asm-generic/bitops.h>
14 #include <asm-generic/bitops/__fls.h>
16 #endif /* _ASM_SCORE_BITOPS_H */