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


Groups > linux.kernel > #1628134 > unrolled thread

[PATCH] exofs: ORE: remove dead dependence

Started byValentin Rothberg <valentinrothberg@gmail.com>
First post2017-04-21 13:10 +0200
Last post2017-04-21 13:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] exofs: ORE: remove dead dependence Valentin Rothberg <valentinrothberg@gmail.com> - 2017-04-21 13:10 +0200
    Re: [PATCH] exofs: ORE: remove dead dependence Christoph Hellwig <hch@infradead.org> - 2017-04-21 13:20 +0200

#1628134 — [PATCH] exofs: ORE: remove dead dependence

FromValentin Rothberg <valentinrothberg@gmail.com>
Date2017-04-21 13:10 +0200
Subject[PATCH] exofs: ORE: remove dead dependence
Message-ID<tyEBQ-55T-5@gated-at.bofh.it>
Remove last reference on PNFS_OBJLAYOUT.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
---
 fs/exofs/Kconfig.ore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/exofs/Kconfig.ore b/fs/exofs/Kconfig.ore
index 2daf2329c28d..73cab8d92dfd 100644
--- a/fs/exofs/Kconfig.ore
+++ b/fs/exofs/Kconfig.ore
@@ -7,7 +7,7 @@
 # selected by any of the users.
 config ORE
 	tristate
-	depends on EXOFS_FS || PNFS_OBJLAYOUT
+	depends on EXOFS_FS
 	select ASYNC_XOR
 	select RAID6_PQ
 	select ASYNC_PQ
-- 
2.12.2

[toc] | [next] | [standalone]


#1628146

FromChristoph Hellwig <hch@infradead.org>
Date2017-04-21 13:20 +0200
Message-ID<tyELw-593-11@gated-at.bofh.it>
In reply to#1628134
On Fri, Apr 21, 2017 at 01:00:53PM +0200, Valentin Rothberg wrote:
> Remove last reference on PNFS_OBJLAYOUT.
> 
> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web