public inbox for [email protected]
 help / color / mirror / Atom feed
From: Tobias Klauser <[email protected]>
To: Jens Axboe <[email protected]>
Cc: [email protected]
Subject: [PATCH] io_uring: use correct CONFIG_PROC_FS define
Date: Thu, 27 Feb 2020 14:08:56 +0100	[thread overview]
Message-ID: <[email protected]> (raw)

Commit 6f283fe2b1ed ("io_uring: define and set show_fdinfo only if
procfs is enabled") used CONFIG_PROCFS by mistake. Correct it.

Fixes: 6f283fe2b1ed ("io_uring: define and set show_fdinfo only if procfs is enabled")
Signed-off-by: Tobias Klauser <[email protected]>
---
 fs/io_uring.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/io_uring.c b/fs/io_uring.c
index bab973106566..05eea06f5421 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -6641,7 +6641,7 @@ SYSCALL_DEFINE6(io_uring_enter, unsigned int, fd, u32, to_submit,
 	return submitted ? submitted : ret;
 }
 
-#ifdef CONFIG_PROCFS
+#ifdef CONFIG_PROC_FS
 static int io_uring_show_cred(int id, void *p, void *data)
 {
 	const struct cred *cred = p;
@@ -6727,7 +6727,7 @@ static const struct file_operations io_uring_fops = {
 #endif
 	.poll		= io_uring_poll,
 	.fasync		= io_uring_fasync,
-#ifdef CONFIG_PROCFS
+#ifdef CONFIG_PROC_FS
 	.show_fdinfo	= io_uring_show_fdinfo,
 #endif
 };
-- 
2.25.0


             reply	other threads:[~2020-02-27 13:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27 13:08 Tobias Klauser [this message]
2020-02-27 13:56 ` [PATCH] io_uring: use correct CONFIG_PROC_FS define Jens Axboe
2020-02-27 13:58   ` Tobias Klauser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox