util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libmount/fs: fix typo in function name
@ 2012-01-02 14:49 Dave Reisner
  2012-01-02 15:57 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Reisner @ 2012-01-02 14:49 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-02 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 14:49 [PATCH] libmount/fs: fix typo in function name Dave Reisner
2012-01-02 15:57 ` Karel Zak

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).