Whamcloud - gitweb
- further combine setstripe on file and directory
authorshaocheng <shaocheng>
Fri, 19 Mar 2004 11:26:49 +0000 (11:26 +0000)
committershaocheng <shaocheng>
Fri, 19 Mar 2004 11:26:49 +0000 (11:26 +0000)
- remove the commented-out codes
- modify sanity.sh to reflect lfs changes

lustre/include/lustre/liblustreapi.h

index 07b2d7c..9f890a7 100644 (file)
@@ -29,8 +29,6 @@
 /* liblustreapi.c */
 int op_create_file(char *name, long stripe_size, int stripe_offset,
          int stripe_count);
-int op_setstripe_dir(char *path, long stripe_size, int stripe_offset,
-         int stripe_count);
 int op_find(char *path, struct obd_uuid *obduuid, int recursive,
          int verbose, int quiet);
 int op_check(int type_num, char **obd_type_p, char *dir);