From: Hariharan <rhariharan.cbe@gmail.com>
To: oleg.drokin@intel.com, andreas.dilger@intel.com,
gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include <linux/statfs.h> instead of #include <asm/statfs.h>
Date: Thu, 18 Dec 2014 00:55:06 +0530 [thread overview]
Message-ID: <1418844306.9555.0.camel@hari-laptop> (raw)
>From 2a84ceb9e5043a5700d35108ec72737be5102356 Mon Sep 17 00:00:00 2001
From: Hariharan Rangasamy <rhariharan.cbe@gmail.com>
Date: Wed, 17 Dec 2014 23:57:47 +0530
Subject: [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include
<linux/statfs.h> instead of #include <asm/statfs.h>
Used #include <linux/statfs.h> instead of #include <asm/statfs.h>
Signed-off-by: Hariharan Rangasamy <rhariharan.cbe@gmail.com>
---
drivers/staging/lustre/lustre/osc/lproc_osc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/osc/lproc_osc.c
b/drivers/staging/lustre/lustre/osc/lproc_osc.c
index 9f719bc..f578b51 100644
--- a/drivers/staging/lustre/lustre/osc/lproc_osc.c
+++ b/drivers/staging/lustre/lustre/osc/lproc_osc.c
@@ -35,7 +35,7 @@
*/
#define DEBUG_SUBSYSTEM S_CLASS
-#include <asm/statfs.h>
+#include <linux/statfs.h>
#include "../include/obd_cksum.h"
#include "../include/obd_class.h"
#include "../include/lprocfs_status.h"
--
1.9.1
next reply other threads:[~2014-12-17 19:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 19:25 Hariharan [this message]
2014-12-17 19:35 ` Joe Perches
-- strict thread matches above, loose matches on Subject: below --
2014-12-17 17:59 Hariharan Rangasamy
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=1418844306.9555.0.camel@hari-laptop \
--to=rhariharan.cbe@gmail.com \
--cc=andreas.dilger@intel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oleg.drokin@intel.com \
/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
all inboxes | Powered by JetHome®