Fixed goto readability in nfs_update_inode.
authorMatthew Treinish <treinish@linux.vnet.ibm.com>
Mon, 30 Apr 2012 15:32:57 +0000 (11:32 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 May 2012 21:10:10 +0000 (17:10 -0400)
commite73e6c9e85ed91187c1d21cb9238e86a116bf3db
tree5b670db58e5ae253be7a204b610170147d8a1cc3
parent39ffb9218e41b1ef4920432776791f5e9ed2eff3
Fixed goto readability in nfs_update_inode.

Simplified error gotos to make it slightly easier to read,
it doesn't affect the functionality of the routine.

Signed-off-by: Matthew Treinish <treinish@linux.vnet.ibm.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c