From: Dave Reisner <d@falconindy.com>
To: util-linux@vger.kernel.org
Cc: Dave Reisner <dreisner@archlinux.org>
Subject: [PATCH] libmount/fs: fix typo in function name
Date: Mon, 2 Jan 2012 09:49:42 -0500 [thread overview]
Message-ID: <1325515782-14402-1-git-send-email-dreisner@archlinux.org> (raw)
Build broken in c70d9d7.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
---
libmount/src/fs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libmount/src/fs.c b/libmount/src/fs.c
index 43faa05..a28e66c 100644
--- a/libmount/src/fs.c
+++ b/libmount/src/fs.c
@@ -470,7 +470,7 @@ int mnt_fs_is_swaparea(struct libmnt_fs *fs)
*
* Returns: 1 if the filesystem is a pseudo fs type (proc, cgroups)
*/
-int mnt_fs_is_pseudo(struct libmnt_fs *fs)
+int mnt_fs_is_pseudofs(struct libmnt_fs *fs)
{
return mnt_fs_get_flags(fs) & MNT_FS_PSEUDO;
}
--
1.7.8.1
next reply other threads:[~2012-01-02 14:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-02 14:49 Dave Reisner [this message]
2012-01-02 15:57 ` [PATCH] libmount/fs: fix typo in function name Karel Zak
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=1325515782-14402-1-git-send-email-dreisner@archlinux.org \
--to=d@falconindy.com \
--cc=dreisner@archlinux.org \
--cc=util-linux@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;
as well as URLs for NNTP newsgroup(s).