diff options
Diffstat (limited to 'debugfs/ls.c')
-rw-r--r-- | debugfs/ls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debugfs/ls.c b/debugfs/ls.c index 2c672fb1..72874eb2 100644 --- a/debugfs/ls.c +++ b/debugfs/ls.c @@ -40,12 +40,12 @@ struct list_dir_struct { static const char *monstr[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; -static int list_dir_proc(ext2_ino_t dir, +static int list_dir_proc(ext2_ino_t dir EXT2FS_ATTR((unused)), int entry, struct ext2_dir_entry *dirent, - int offset, - int blocksize, - char *buf, + int offset EXT2FS_ATTR((unused)), + int blocksize EXT2FS_ATTR((unused)), + char *buf EXT2FS_ATTR((unused)), void *private) { struct ext2_inode inode; |