]> err.no Git - util-linux/commitdiff
libmount: cleanup lock API
authorKarel Zak <kzak@redhat.com>
Thu, 23 Dec 2010 22:23:36 +0000 (23:23 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:48 +0000 (12:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/mount.h.in

index 566c9cd7977fa0b2ce56af92578994d4f0d320f8..3b1b5ca48bcdb201d98b2b147f6f1a9b8c8d3a22 100644 (file)
@@ -191,7 +191,7 @@ enum {
 extern const struct mnt_optmap *mnt_get_builtin_optmap(int id);
 
 /* lock.c */
-extern mnt_lock *mnt_new_lock(const char *lockname, pid_t id);
+extern mnt_lock *mnt_new_lock(const char *datafile, pid_t id);
 extern void mnt_free_lock(mnt_lock *ml);
 
 extern const char *mnt_lock_get_lockfile(mnt_lock *ml);