summaryrefslogtreecommitdiffstats
path: root/fs_mgr/include
diff options
context:
space:
mode:
authorSasha Levitskiy <sanek@google.com>2014-04-10 17:10:21 -0700
committerSasha Levitskiy <sanek@google.com>2014-04-11 16:15:46 -0700
commitcdc1cfb3e51f3caddc1f290b46dc789c036f22ed (patch)
tree4ba56b89ded1fbcf8d8f1dbe75a7d3844f713739 /fs_mgr/include
parent822b1a024d058641be9aefa14da794f09755ce35 (diff)
downloadsystem_core-cdc1cfb3e51f3caddc1f290b46dc789c036f22ed.zip
system_core-cdc1cfb3e51f3caddc1f290b46dc789c036f22ed.tar.gz
system_core-cdc1cfb3e51f3caddc1f290b46dc789c036f22ed.tar.bz2
Cleanup: warning fixit.
bootable/recovery has a dependent commit: I9adb470b04e4301989d128c9c3097b21b4dea431 Change-Id: Icf23e659265d71d5226d527c2b40cfbc132320ee Signed-off-by: Sasha Levitskiy <sanek@google.com>
Diffstat (limited to 'fs_mgr/include')
-rw-r--r--fs_mgr/include/fs_mgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/include/fs_mgr.h b/fs_mgr/include/fs_mgr.h
index 0f90c32..835cf64 100644
--- a/fs_mgr/include/fs_mgr.h
+++ b/fs_mgr/include/fs_mgr.h
@@ -57,7 +57,7 @@ int fs_mgr_get_crypt_info(struct fstab *fstab, char *key_loc,
char *real_blk_device, int size);
int fs_mgr_add_entry(struct fstab *fstab,
const char *mount_point, const char *fs_type,
- const char *blk_device, long long length);
+ const char *blk_device);
struct fstab_rec *fs_mgr_get_entry_for_mount_point(struct fstab *fstab, const char *path);
int fs_mgr_is_voldmanaged(struct fstab_rec *fstab);
int fs_mgr_is_nonremovable(struct fstab_rec *fstab);