X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fntfs%2Ftypes.h;h=8c8053b66984222fd3c4c744cc63c81e40124b7f;hb=2ccb99b272a23b2f32327002f715b10d815a86f3;hp=6e4a7e3343f22d268c80dccbf2a2ee9d3857f852;hpb=a8b3e6f10f08f66ae1072efd087b30966a3654f6;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/ntfs/types.h b/fs/ntfs/types.h index 6e4a7e3343f2..8c8053b66984 100644 --- a/fs/ntfs/types.h +++ b/fs/ntfs/types.h @@ -61,11 +61,6 @@ typedef sle64 leLSN; typedef s64 USN; typedef sle64 leUSN; -typedef enum { - FALSE = 0, - TRUE = 1 -} BOOL; - typedef enum { CASE_SENSITIVE = 0, IGNORE_CASE = 1,