am aa25204f: am 93557002: am 37fd839f: Merge "Revert "fs_mgr: correct warning on unused function parameter""
* commit 'aa25204f43421fe363238176d74e68eb8cdb5b01': Revert "fs_mgr: correct warning on unused function parameter"
This commit is contained in:
commit
7a2c2e8048
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,7 @@ int fs_mgr_get_crypt_info(struct fstab *fstab, char *key_loc, char *real_blk_dev
|
|||
/* Add an entry to the fstab, and return 0 on success or -1 on error */
|
||||
int fs_mgr_add_entry(struct fstab *fstab,
|
||||
const char *mount_point, const char *fs_type,
|
||||
const char *blk_device, long long length __attribute__(unused))
|
||||
const char *blk_device, long long length)
|
||||
{
|
||||
struct fstab_rec *new_fstab_recs;
|
||||
int n = fstab->num_entries;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue