]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Apply patch to allow the module to build with the Ubuntu kernel.
authorRuss Allbery <rra@debian.org>
Mon, 19 Dec 2005 03:42:45 +0000 (03:42 +0000)
committerRuss Allbery <rra@debian.org>
Mon, 19 Dec 2005 03:42:45 +0000 (03:42 +0000)
    Thanks, Bjo"rn Torkelsson.  (Closes: #342607)

debian/changelog
src/afs/LINUX/osi_vnodeops.c

index 9a732d31644439b7c4722e0ce14f9ecf8ce6c522..0cc1690be6739df36946af785d1206d0603a06c9 100644 (file)
@@ -1,5 +1,7 @@
 openafs (1.4.0-3) unstable; urgency=low
 
+  * Apply patch to allow the module to build with the Ubuntu kernel.
+    Thanks, Björn Torkelsson.  (Closes: #342607)
   * Add a hint to README.Debian on what to do about the cache partition if
     running ReiserFS or XFS without a spare partition.
 
index 491696fb8c127f83e21fc189ad64270478e0a6a4..64c0ed66256e31897621f457368ba8e94d752658 100644 (file)
@@ -1414,7 +1414,11 @@ afs_linux_writepage(struct page *pp)
 
 #if defined(AFS_LINUX26_ENV)
     if (PageReclaim(pp)) {
+# if defined(WRITEPAGE_ACTIVATE)
        return WRITEPAGE_ACTIVATE;
+# else 
+       return AOP_WRITEPAGE_ACTIVATE;
+# endif
     }
 #else
     if (PageLaunder(pp)) {