From: Ryusuke Konishi Date: Sun, 5 Sep 2010 07:17:35 +0000 (+0900) Subject: nilfs2: get rid of back pointer to writable sb instance X-Git-Tag: v2.6.37-rc1~150^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090fd5b10165033d7c30afde0a7e59141d820602;p=pandora-kernel.git nilfs2: get rid of back pointer to writable sb instance Nilfs object holds a back pointer to a writable super block instance in nilfs->ns_writer, and this became eliminable since sb is now made per device and all inodes have a valid pointer to it. This deletes the ns_writer pointer and a reader/writer semaphore protecting it. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed