From: braam Date: Tue, 4 Jun 2002 08:05:29 +0000 (+0000) Subject: Synced up the intent locking branch with the head X-Git-Tag: v1_7_100~1^248~156 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cf0419f13c583309420caf1198eb89b7b097d9c6;p=fs%2Flustre-release.git Synced up the intent locking branch with the head New on branch: - Substantial updates to documentation: intro, howto, debugging - Beginning of further intent handling for getattr/setattr --- diff --git a/lustre/tests/test.c b/lustre/tests/test.c index b941d78..d4c6bf7 100755 --- a/lustre/tests/test.c +++ b/lustre/tests/test.c @@ -13,12 +13,7 @@ #include #include #include - -#define OBD_IOC_CREATE _IOR('f', 3, long) -#define OBD_IOC_SETUP _IOW('f', 4, long) -#define OBD_IOC_SYNC _IOR('f', 16, long) -#define OBD_IOC_DESTROY _IOW('f', 6, long) -#define OBD_IOC_STATFS _IORW('f', 15, long) +#include #define LOOP_DEVICE "/dev/loop0" #define OBD_DEVICE "/dev/obd"