pnfs: resolve header dependency in pnfs.h
Some definitions in the header file depend on nfs_fs.h so pnfs.h can't be included independently. Signed-off-by: Benny Halevy <bhalevy@panasas.com>
This commit is contained in:
parent
67d51f65bd
commit
45df3c8b0f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#ifndef FS_NFS_PNFS_H
|
||||
#define FS_NFS_PNFS_H
|
||||
|
||||
#include <linux/nfs_fs.h>
|
||||
#include <linux/nfs_page.h>
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue