lkml.org 
[lkml]   [2003]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch] 2.6.0-test3 fs/jffs/inode-v23.c
From
Date
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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.998 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site