signalfd: drop an obsolete comment
authorFedor Pchelkin <pchelkin@ispras.ru>
Mon, 20 May 2024 09:08:19 +0000 (12:08 +0300)
committerChristian Brauner <brauner@kernel.org>
Fri, 24 May 2024 11:34:07 +0000 (13:34 +0200)
commit65bea9953715b19371164a8bec4f74fdd22c9e5a
tree616f2aee71427a22a4c0b17b66dfc36f54108c97
parentf826bc9d6fc2f0e089fb8d104415d72e4d2e204c
signalfd: drop an obsolete comment

Commit fbe38120eb1d ("signalfd: convert to ->read_iter()") removed the
call to anon_inode_getfd() by splitting fd setup into two parts. Drop the
comment referencing the internal details of that function.

Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru>
Link: https://lore.kernel.org/r/20240520090819.76342-2-pchelkin@ispras.ru
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/signalfd.c