cifs: Remove unused inode number while fetching root inode
ino is unused in function cifs_root_iget(). Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Este cometimento está contido em:

cometido por
Steve French

ascendente
61c4f2c81c
cometimento
9b6763e0aa
@@ -163,7 +163,7 @@ cifs_read_super(struct super_block *sb, void *data,
|
||||
sb->s_bdi = &cifs_sb->bdi;
|
||||
sb->s_blocksize = CIFS_MAX_MSGSIZE;
|
||||
sb->s_blocksize_bits = 14; /* default 2**14 = CIFS_MAX_MSGSIZE */
|
||||
inode = cifs_root_iget(sb, ROOT_I);
|
||||
inode = cifs_root_iget(sb);
|
||||
|
||||
if (IS_ERR(inode)) {
|
||||
rc = PTR_ERR(inode);
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador