]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Linux 3.10: Include linux/aio.h directly
authorMarc Dionne <marc.dionne@your-file-system.com>
Wed, 15 May 2013 19:19:22 +0000 (15:19 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Tue, 28 May 2013 16:33:04 +0000 (09:33 -0700)
This file needs bits from linux/aio.h, but gets them indirectly
from the inclusion of aio.h by sched.h.  That gets removed for
Linux 3.10.

Since this header is not of general interest elsewhere, just include
it directly here.

Change-Id: I432bde282a1c5425ba6780bca28e308bf70a79e7
Reviewed-on: http://gerrit.openafs.org/9912
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/LINUX/osi_vnodeops.c

index ca7fe852b762d1aaf1a7c3f321ed9e3ccb9b9d46..f140d884175943e7b1a06fd08b822a68cc5dcd34 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/pagemap.h>
 #include <linux/writeback.h>
 #include <linux/pagevec.h>
+#include <linux/aio.h>
 #include "afs/lock.h"
 #include "afs/afs_bypasscache.h"