lkml.org 
[lkml]   [2009]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] Staging: pohmelfs: should include fs_struct.h
From
drivers/staging/pohmelfs/path_entry.c: In function
'pohmelfs_construct_path_string':
drivers/staging/pohmelfs/path_entry.c:48: error: dereferencing pointer
to incomplete type
drivers/staging/pohmelfs/path_entry.c:49: error: dereferencing pointer
to incomplete type
drivers/staging/pohmelfs/path_entry.c:50: error: dereferencing pointer
to incomplete type
drivers/staging/pohmelfs/path_entry.c: In function 'pohmelfs_path_length':
drivers/staging/pohmelfs/path_entry.c:95: error: dereferencing pointer
to incomplete type
drivers/staging/pohmelfs/path_entry.c:96: error: dereferencing pointer
to incomplete type
drivers/staging/pohmelfs/path_entry.c:97: error: dereferencing pointer
to incomplete type

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---

drivers/staging/pohmelfs/path_entry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/pohmelfs/path_entry.c
b/drivers/staging/pohmelfs/path_entry.c
index 9270e54..3bad888 100644
--- a/drivers/staging/pohmelfs/path_entry.c
+++ b/drivers/staging/pohmelfs/path_entry.c
@@ -17,7 +17,7 @@
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/ktime.h>
-#include <linux/fs.h>
+#include <linux/fs_struct.h>
#include <linux/pagemap.h>
#include <linux/writeback.h>
#include <linux/mount.h>

\
 
 \ /
  Last update: 2009-04-02 13:41    [W:0.044 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site