From: NeilBrown <neilb@suse.de>
To: linux-kernel@vger.kernel.org, fs-devel@vger.kernel.org
Subject: [PATCH 000 of 2] Introduction - make some address_space_operations return void
Date: Mon, 27 Feb 2006 12:32:35 +1100 [thread overview]
Message-ID: <20060227122948.24317.patches@notabene> (raw)
While reading through the address_space_operations code, I discoverred
that two methods return 'int' values that are never used: invalidatepage and
sync_page.
Accordingly, the following two patches convert them to return 'void'.
Any comments?
NeilBrown
[PATCH 001 of 2] Make address_space_operations->invalidatepage return void
[PATCH 002 of 2] Make address_space_operations->sync_page return void.
next reply other threads:[~2006-02-27 1:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-27 1:32 NeilBrown [this message]
2006-02-27 1:32 ` [PATCH 001 of 2] Make address_space_operations->invalidatepage return void NeilBrown
2006-02-27 1:32 ` [PATCH 002 of 2] Make address_space_operations->sync_page " NeilBrown
-- strict thread matches above, loose matches on Subject: below --
2006-02-27 1:42 [PATCH 000 of 2] Introduction - make some address_space_operations " NeilBrown
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=20060227122948.24317.patches@notabene \
--to=neilb@suse.de \
--cc=fs-devel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.