public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernfs: remove outdated and confusing comment
@ 2015-03-11 10:26 Wolfram Sang
  2015-03-11 11:45 ` Tejun Heo
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2015-03-11 10:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, linux-sh, Tejun Heo

From: Wolfram Sang <wsa+renesas@sang-engineering.com>

Grabbing the parent is not happening anymore since 2010 (e72ceb8ccac5f7
"sysfs: Remove sysfs_get/put_active_two"). Remove this confusing
comment.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

Found while trying to find out why my sysfs-bin file always returns POLLPRI
after opening, reading, polling. Any pointers while I am here? :)

 fs/kernfs/file.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
index b684e8a132e625..a893c634cd9c0b 100644
--- a/fs/kernfs/file.c
+++ b/fs/kernfs/file.c
@@ -784,7 +784,6 @@ static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait)
 	struct kernfs_node *kn = filp->f_path.dentry->d_fsdata;
 	struct kernfs_open_node *on = kn->attr.open;
 
-	/* need parent for the kobj, grab both */
 	if (!kernfs_get_active(kn))
 		goto trigger;
 
-- 
2.1.4


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

end of thread, other threads:[~2015-04-23 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 10:26 [PATCH] kernfs: remove outdated and confusing comment Wolfram Sang
2015-03-11 11:45 ` Tejun Heo
2015-03-11 13:15   ` Wolfram Sang
2015-04-23 12:51   ` Wolfram Sang
2015-04-23 14:56     ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox