* [patch] 2.6.0-test3 fs/jffs/inode-v23.c
@ 2003-08-12 1:54 Josh Boyer
0 siblings, 0 replies; only message in thread
From: Josh Boyer @ 2003-08-12 1:54 UTC (permalink / raw)
To: jffs-dev; +Cc: linux-kernel
This patch fixes a compiler warning due to an incorrect structure type
for a function parameter. Not sure if jffs is supported anymore, but I
thought I would send this anyway.
jb
--- linux-2.6.0-test3.orig/fs/jffs/inode-v23.c 2003-07-27
20:46:52.000000000 -0500
+++ linux-2.6.0-test3/fs/jffs/inode-v23.c 2003-08-11 20:45:38.382051048
-0500
@@ -383,7 +383,7 @@
/* Get statistics of the file system. */
int
-jffs_statfs(struct super_block *sb, struct statfs *buf)
+jffs_statfs(struct super_block *sb, struct kstatfs *buf)
{
struct jffs_control *c = (struct jffs_control *) sb->s_fs_info;
struct jffs_fmcontrol *fmc;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-12 1:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-12 1:54 [patch] 2.6.0-test3 fs/jffs/inode-v23.c Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox