summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15curve: curve25519_encode/curve25519_decode: simplify crypto transformsDaniel Borkmann1-0/+4
2013-06-11curve: move selftest to own fileDaniel Borkmann1-0/+4
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
8e914994&id2=17879e8f865f4ed8b6f9041a2687ad40f13ae460'>diff)
xfs: take the ilock shared if possible in xfs_file_iomap_begin
We always just read the extent first, and will later lock exlusively after first dropping the lock in case we actually allocate blocks. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat
-rw-r--r--fs/xfs/xfs_iomap.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c