ANDROID: sdcardfs: d_make_root calls iput
authorDaniel Rosenberg <drosen@google.com>
Wed, 11 Apr 2018 23:24:51 +0000 (16:24 -0700)
committerDaniel Rosenberg <drosen@google.com>
Wed, 25 Apr 2018 20:40:55 +0000 (20:40 +0000)
commitb556f4e38f2bbde3d1b6206e922acd3bcdb4fd79
treee62f8daad2e1b89efb289acb2d98a0d031cc61f9
parent608391f449abc210566d0181ba6f4db411c5da16
ANDROID: sdcardfs: d_make_root calls iput

d_make_root will call iput on failure, so we
shouldn't try to do that ourselves.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 77923821
Change-Id: I1abb4afb0f894ab917b7c6be8c833676f436beb7
fs/sdcardfs/main.c