* [PATCH] Staging: pohmelfs: should include fs_struct.h
@ 2009-04-02 11:37 Alexander Beregalov
2009-04-02 21:17 ` Evgeniy Polyakov
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Beregalov @ 2009-04-02 11:37 UTC (permalink / raw)
To: Evgeniy Polyakov, Greg Kroah-Hartman, LKML,
linux-next@vger.kernel.org
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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Staging: pohmelfs: should include fs_struct.h
2009-04-02 11:37 [PATCH] Staging: pohmelfs: should include fs_struct.h Alexander Beregalov
@ 2009-04-02 21:17 ` Evgeniy Polyakov
2009-04-02 23:32 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Evgeniy Polyakov @ 2009-04-02 21:17 UTC (permalink / raw)
To: Alexander Beregalov; +Cc: Greg Kroah-Hartman, LKML, linux-next@vger.kernel.org
Hi Alexander.
On Thu, Apr 02, 2009 at 03:37:10PM +0400, Alexander Beregalov (a.beregalov@gmail.com) wrote:
> 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>
Looks good. Ack.
Greg please queue it for inclusion.
--
Evgeniy Polyakov
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Staging: pohmelfs: should include fs_struct.h
2009-04-02 21:17 ` Evgeniy Polyakov
@ 2009-04-02 23:32 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2009-04-02 23:32 UTC (permalink / raw)
To: Evgeniy Polyakov
Cc: Alexander Beregalov, Greg Kroah-Hartman, LKML,
linux-next@vger.kernel.org
On Fri, Apr 03, 2009 at 01:17:54AM +0400, Evgeniy Polyakov wrote:
> Hi Alexander.
>
> On Thu, Apr 02, 2009 at 03:37:10PM +0400, Alexander Beregalov (a.beregalov@gmail.com) wrote:
> > 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>
>
> Looks good. Ack.
> Greg please queue it for inclusion.
Will do. Give me a few days to catch up, was away for a week...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-02 23:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 11:37 [PATCH] Staging: pohmelfs: should include fs_struct.h Alexander Beregalov
2009-04-02 21:17 ` Evgeniy Polyakov
2009-04-02 23:32 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).