Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lnet / utils / l_ioctl.c
index 722bb57..c6628ff 100644 (file)
@@ -213,7 +213,6 @@ parse_dump(char * dump_file, int (*ioc_func)(int dev_id, int opc, void *))
        
        fd = syscall(SYS_open, dump_file, O_RDONLY);
 
-#warning FIXME: cleanup fstat issue here
 #ifndef SYS_fstat64
 #define __SYS_fstat__ SYS_fstat
 #else