1
0
Fork 0

udf: remove empty condition

loc & 0x02 is empty since first git version in 2005 in
udf_add_extendedattr()

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
zero-colors
Fabian Frederick 2017-01-06 21:53:53 +01:00 committed by Jan Kara
parent bbc9abd239
commit d50c4dd527
1 changed files with 0 additions and 2 deletions

View File

@ -141,8 +141,6 @@ struct genericFormat *udf_add_extendedattr(struct inode *inode, uint32_t size,
iinfo->i_lenEAttr += size;
return (struct genericFormat *)&ea[offset];
}
if (loc & 0x02)
;
return NULL;
}