Re: [PATCH] staging: exfat: remove 'vol_type' variable.

2020-01-29 Thread Dan Carpenter
On Wed, Jan 29, 2020 at 08:12:32PM +0900, Tetsuhiro Kohada wrote: > @@ -2085,7 +2069,7 @@ static int exfat_readdir(struct file *filp, struct > dir_context *ctx) > > cpos = ctx->pos; > /* Fake . and .. for the root directory. */ > - if ((p_fs->vol_type == EXFAT) || (inode->i_ino

[PATCH] staging: exfat: remove 'vol_type' variable.

2020-01-29 Thread Tetsuhiro Kohada
remove 'vol_type' variable. The following issues are described in exfat's TODO. > clean up the remaining vol_type checks, which are of two types: > some are ?: operators with magic numbers, and the rest are places > where we're doing stuff with '.' and '..'. The vol_type variable is always set