Displaying 1 result from an estimated 1 matches for "gpfs_free_attr".
2012 Sep 28
1
Patch for GPFS support
...from gpfs.c:20:
proto.h:111:28: warning: ?struct esync_gpfs_attr? declared inside
parameter list [enabled by default]
proto.h:111:28: warning: its scope is only this definition or
declaration, which is probably not what you want [enabled by default]
gpfs.c:130:6: error: conflicting types for ?gpfs_free_attr?
proto.h:111:6: note: previous declaration of ?gpfs_free_attr? was here
gpfs.c: In function ?gpfs_free_sxp?:
gpfs.c:142:10: error: ?stat_x? has no member named ?gpfs_attr?
gpfs.c:144:20: error: ?stat_x? has no member named ?gpfs_attr?
gpfs.c:145:10: error: ?stat_x? has no member named ?gpfs_attr?
g...