From: Davidlohr Bueso Date: Wed, 11 Sep 2013 21:26:22 +0000 (-0700) Subject: ipc,shm: cleanup do_shmat pasta X-Git-Tag: v3.12-rc1~52^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42569b1388b1408b574a5e93a23a663647d4181;p=pandora-kernel.git ipc,shm: cleanup do_shmat pasta Clean up some of the messy do_shmat() spaghetti code, getting rid of out_free and out_put_dentry labels. This makes shortening the critical region of this function in the next patch a little easier to do and read. Signed-off-by: Davidlohr Bueso Tested-by: Sedat Dilek Cc: Rik van Riel Cc: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed