Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1608436 > unrolled thread

[PATCH] fs: drop duplicate header percpu-rwsem.h

Started byGeliang Tang <geliangtang@gmail.com>
First post2017-03-24 15:20 +0100
Last post2017-03-24 15:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] fs: drop duplicate header percpu-rwsem.h Geliang Tang <geliangtang@gmail.com> - 2017-03-24 15:20 +0100

#1608436 — [PATCH] fs: drop duplicate header percpu-rwsem.h

FromGeliang Tang <geliangtang@gmail.com>
Date2017-03-24 15:20 +0100
Subject[PATCH] fs: drop duplicate header percpu-rwsem.h
Message-ID<toyem-2LK-13@gated-at.bofh.it>
Drop duplicate header percpu-rwsem.h from linux/fs.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/linux/fs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index f1d7347..7bff988 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -29,7 +29,6 @@
 #include <linux/lockdep.h>
 #include <linux/percpu-rwsem.h>
 #include <linux/workqueue.h>
-#include <linux/percpu-rwsem.h>
 #include <linux/delayed_call.h>
 
 #include <asm/byteorder.h>
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web