From: Jan Kara <jack@suse.cz>
To: Davidlohr Bueso <dave@stgolabs.net>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz>,
Davidlohr Bueso <dbueso@suse.de>
Subject: Re: [PATCH 2/3] jbd: drop jbd_ENOSYS debug
Date: Thu, 15 Jan 2015 10:34:18 +0100 [thread overview]
Message-ID: <20150115093418.GA12739@quack.suse.cz> (raw)
In-Reply-To: <1421305154-14788-2-git-send-email-dave@stgolabs.net>
On Wed 14-01-15 22:59:13, Davidlohr Bueso wrote:
> A quick search shows that there are no users, drop the
> macro for both jbd and jbd2.
>
> Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
> Cc: Jan Kara <jack@suse.cz>
Thanks. I've added the patch to my tree.
Honza
> ---
> My goal here was to just change how we set current state, however
> I realized that the function is not used.
>
> include/linux/jbd.h | 9 ---------
> include/linux/jbd2.h | 9 ---------
> 2 files changed, 18 deletions(-)
>
> diff --git a/include/linux/jbd.h b/include/linux/jbd.h
> index 31229e0..d326152 100644
> --- a/include/linux/jbd.h
> +++ b/include/linux/jbd.h
> @@ -956,15 +956,6 @@ void __log_wait_for_space(journal_t *journal);
> extern void __journal_drop_transaction(journal_t *, transaction_t *);
> extern int cleanup_journal_tail(journal_t *);
>
> -/* Debugging code only: */
> -
> -#define jbd_ENOSYS() \
> -do { \
> - printk (KERN_ERR "JBD unimplemented function %s\n", __func__); \
> - current->state = TASK_UNINTERRUPTIBLE; \
> - schedule(); \
> -} while (1)
> -
> /*
> * is_journal_abort
> *
> diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
> index 704b9a5..20e7f78 100644
> --- a/include/linux/jbd2.h
> +++ b/include/linux/jbd2.h
> @@ -1251,15 +1251,6 @@ void __jbd2_log_wait_for_space(journal_t *journal);
> extern void __jbd2_journal_drop_transaction(journal_t *, transaction_t *);
> extern int jbd2_cleanup_journal_tail(journal_t *);
>
> -/* Debugging code only: */
> -
> -#define jbd_ENOSYS() \
> -do { \
> - printk (KERN_ERR "JBD unimplemented function %s\n", __func__); \
> - current->state = TASK_UNINTERRUPTIBLE; \
> - schedule(); \
> -} while (1)
> -
> /*
> * is_journal_abort
> *
> --
> 2.1.2
>
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
next prev parent reply other threads:[~2015-01-15 9:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-15 6:59 [PATCH 1/3] ipc,sem: use current->state helpers Davidlohr Bueso
2015-01-15 6:59 ` [PATCH 2/3] jbd: drop jbd_ENOSYS debug Davidlohr Bueso
2015-01-15 9:34 ` Jan Kara [this message]
2015-01-15 6:59 ` [PATCH 3/3] signal: use current->state helpers Davidlohr Bueso
2015-01-15 19:43 ` Oleg Nesterov
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 \
--in-reply-to=20150115093418.GA12739@quack.suse.cz \
--to=jack@suse.cz \
--cc=akpm@linux-foundation.org \
--cc=dave@stgolabs.net \
--cc=dbueso@suse.de \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®