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


Groups > linux.kernel > #1234156 > unrolled thread

[PATCH 01/17] fs/kdev_t: remove unused huge_valid_dev function

Started byYaowei Bai <bywxiaobai@163.com>
First post2015-09-28 15:40 +0200
Last post2015-09-28 15:40 +0200
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 01/17] fs/kdev_t: remove unused huge_valid_dev function Yaowei Bai <bywxiaobai@163.com> - 2015-09-28 15:40 +0200

#1234156 — [PATCH 01/17] fs/kdev_t: remove unused huge_valid_dev function

FromYaowei Bai <bywxiaobai@163.com>
Date2015-09-28 15:40 +0200
Subject[PATCH 01/17] fs/kdev_t: remove unused huge_valid_dev function
Message-ID<qdGOS-Rc-9@gated-at.bofh.it>
There's no user of huge_valid_dev function anymore, so remove it.

No functional change.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
---
 include/linux/kdev_t.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/linux/kdev_t.h b/include/linux/kdev_t.h
index c838abe..a546d20 100644
--- a/include/linux/kdev_t.h
+++ b/include/linux/kdev_t.h
@@ -54,11 +54,6 @@ static inline dev_t new_decode_dev(u32 dev)
 	return MKDEV(major, minor);
 }
 
-static inline int huge_valid_dev(dev_t dev)
-{
-	return 1;
-}
-
 static inline u64 huge_encode_dev(dev_t dev)
 {
 	return new_encode_dev(dev);
-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web