r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the args
[abartlet/samba.git/.git] / source3 / libsmb / smb_share_modes.c
index 1c95fe1a305ba2bc037a4ff5b572b927a42d79cd..9e7f196b8254938f8ff21dff09ce79bb15a4fe3e 100644 (file)
@@ -94,8 +94,8 @@ int smb_lock_share_mode_entry(struct smbdb_ctx *db_ctx,
 }
                                                                                                                                   
 int smb_unlock_share_mode_entry(struct smbdb_ctx *db_ctx,
-                                dev_t dev,
-                                ino_t ino)
+                                uint64_t dev,
+                                uint64_t ino)
 {
        return tdb_chainunlock(db_ctx->smb_tdb, get_locking_key(dev, ino));
 }