The branch, master has been updated
       via  8e0cce5b38c4d12ff490eadecb028155b6eb5dce (commit)
      from  f4f477f4320835245d5d45546a7dee8dc1f4100c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8e0cce5b38c4d12ff490eadecb028155b6eb5dce
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Wed Oct 1 12:26:55 2008 +0200

    s3:modules/gpfs: Fix nonempty blank lines

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/gpfs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c
index 4e76b97..7caa810 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


-- 
Samba Shared Repository

Reply via email to