diff options
author | Volker Lendecke <vl@sernet.de> | 2008-10-01 12:26:55 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-12-10 23:33:02 +0100 |
commit | 8e0cce5b38c4d12ff490eadecb028155b6eb5dce (patch) | |
tree | 1a676e9dfec4077189ae668d92c872dc2b7faa30 /source3/modules/gpfs.c | |
parent | f4f477f4320835245d5d45546a7dee8dc1f4100c (diff) | |
download | samba-8e0cce5b38c4d12ff490eadecb028155b6eb5dce.tar.gz |
s3:modules/gpfs: Fix nonempty blank lines
Diffstat (limited to 'source3/modules/gpfs.c')
-rw-r--r-- | source3/modules/gpfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 4e76b97ccf5..7caa810c49c 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -43,7 +43,7 @@ bool set_gpfs_sharemode(files_struct *fsp, uint32 access_mask, if (!gpfs_share_modes) { return True; } - + if (gpfs_set_share_fn == NULL) { return False; } @@ -104,7 +104,7 @@ int set_gpfs_lease(int fd, int leasetype) if (leasetype == F_WRLCK) { gpfs_type = GPFS_LEASE_WRITE; } - + /* we unconditionally set CAP_LEASE, rather than looking for -1/EACCES as there is a bug in some versions of libgpfs_gpl.so which results in a leaked fd on /dev/ss0 |