+1
−1
Loading
The variable ret is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Signed-off-by:Colin Ian King <colin.king@canonical.com> Signed-off-by:
Christoph Hellwig <hch@lst.de>