commit | 2e89b2e48e1da09ed483f195968c9172aa95b5e2 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed May 09 13:40:18 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 10 17:19:57 2007 -0700 |
tree | 3e81f49c13134ebcbf4572474ad47b65e5ecffba | |
parent | baf4661a8225d3a39622b795a8db0e6aa845c1ec [diff] |
ocfs2: take ip_alloc_sem during entire truncate Use of the alloc sem during truncate was too narrow - we want to protect the i_size change and page truncation against mmap now. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>