]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
LINUX: Fix osi_compat.h include guard
authorAndrew Deason <adeason@sinenomine.net>
Thu, 17 Feb 2011 17:53:08 +0000 (11:53 -0600)
committerDerrick Brashear <shadow@dementia.org>
Sun, 20 Feb 2011 13:57:36 +0000 (05:57 -0800)
Reviewed-on: http://gerrit.openafs.org/3973
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 7bbec1f86bbdbf351d36863dc5d971f61051b170)

Change-Id: I8a0b1a6bc57cb06778d97ad738c04b03c3ba7876
Reviewed-on: http://gerrit.openafs.org/4015
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_compat.h

index 511b882677c24f6323b740edebb2881b28f807a1..db90c07a968fe0780734f8eae83bfd499a587d9a 100644 (file)
@@ -207,7 +207,6 @@ afs_linux_cred_is_current(afs_ucred_t *cred)
 #  define KEY_ALLOC_IN_QUOTA 0
 # endif
 #endif
-#endif
 
 #ifndef HAVE_LINUX_PAGE_OFFSET
 static inline loff_t
@@ -395,3 +394,5 @@ afs_inode_setattr(struct osi_file *afile, struct iattr *newattrs) {
 #endif
     return code;
 }
+
+#endif /* AFS_LINUX_OSI_COMPAT_H */