All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include <linux/statfs.h> instead of #include <asm/statfs.h>
@ 2014-12-17 19:25 Hariharan
  2014-12-17 19:35 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Hariharan @ 2014-12-17 19:25 UTC (permalink / raw)
  To: oleg.drokin, andreas.dilger, gregkh; +Cc: linux-kernel, devel

>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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include <linux/statfs.h> instead of #include <asm/statfs.h>
  2014-12-17 19:25 [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include <linux/statfs.h> instead of #include <asm/statfs.h> Hariharan
@ 2014-12-17 19:35 ` Joe Perches
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2014-12-17 19:35 UTC (permalink / raw)
  To: Hariharan; +Cc: oleg.drokin, andreas.dilger, gregkh, linux-kernel, devel

On Thu, 2014-12-18 at 00:55 +0530, Hariharan wrote:
> 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>

Hi again.

Please use versioning in your patch subjects when
resending.

Please also use git send-email or trim the initial
content generated by git format-patch when using
evolution to send your patches.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include <linux/statfs.h> instead of #include <asm/statfs.h>
@ 2014-12-17 17:59 Hariharan Rangasamy
  0 siblings, 0 replies; 3+ messages in thread
From: Hariharan Rangasamy @ 2014-12-17 17:59 UTC (permalink / raw)
  To: oleg.drokin, andreas.dilger, gregkh
  Cc: devel, linux-kernel, Hariharan Rangasamy

Used #include <linux/statfs.h> instead of #include <asm/statfs.h>

Signed-off-by: Hariharan Rangasamy <hariharanrangasamy@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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-17 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17 19:25 [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include <linux/statfs.h> instead of #include <asm/statfs.h> Hariharan
2014-12-17 19:35 ` Joe Perches
  -- strict thread matches above, loose matches on Subject: below --
2014-12-17 17:59 Hariharan Rangasamy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.