The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@charter.net>
To: jffs-dev@axis.com
Cc: linux-kernel@vger.kernel.org
Subject: [patch] 2.6.0-test3 fs/jffs/inode-v23.c
Date: 11 Aug 2003 20:54:33 -0500	[thread overview]
Message-ID: <1060653273.1998.15.camel@yoda> (raw)

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;


                 reply	other threads:[~2003-08-12  1:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1060653273.1998.15.camel@yoda \
    --to=jwboyer@charter.net \
    --cc=jffs-dev@axis.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox