diff options
author | Christof Schmitt <cs@samba.org> | 2015-07-02 15:20:01 -0700 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2015-07-08 02:54:26 +0200 |
commit | e4a96670781631894b2fe649710e99fb0a75a1e8 (patch) | |
tree | ad750853290e23e4a34906022338542bacc188bf /lib/util/gpfswrap.h | |
parent | 2d62b9ab7d80b8970ca16c962e6fbc942b9d1bd6 (diff) | |
download | samba-e4a96670781631894b2fe649710e99fb0a75a1e8.tar.gz |
gpfswrap: Remove unused wrapper for gpfs_fnctl
With the removal of the fileset quota check this wrapper function is
longer used.
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/util/gpfswrap.h')
-rw-r--r-- | lib/util/gpfswrap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/gpfswrap.h b/lib/util/gpfswrap.h index fc8ac4ac4c1..6fee40acd0d 100644 --- a/lib/util/gpfswrap.h +++ b/lib/util/gpfswrap.h @@ -42,7 +42,6 @@ int gpfswrap_lib_init(int flags); int gpfswrap_set_times_path(char *pathname, int flags, gpfs_timestruc_t times[4]); int gpfswrap_quotactl(char *pathname, int cmd, int id, void *bufp); -int gpfswrap_fcntl(int fd, void *argp); int gpfswrap_getfilesetid(char *pathname, char *name, int *idp); int gpfswrap_init_trace(void); int gpfswrap_query_trace(void); |