|
@@ -1298,6 +1298,8 @@ static struct pnfs_layout_hdr *
|
|
pnfs_find_alloc_layout(struct inode *ino,
|
|
pnfs_find_alloc_layout(struct inode *ino,
|
|
struct nfs_open_context *ctx,
|
|
struct nfs_open_context *ctx,
|
|
gfp_t gfp_flags)
|
|
gfp_t gfp_flags)
|
|
|
|
+ __releases(&ino->i_lock)
|
|
|
|
+ __acquires(&ino->i_lock)
|
|
{
|
|
{
|
|
struct nfs_inode *nfsi = NFS_I(ino);
|
|
struct nfs_inode *nfsi = NFS_I(ino);
|
|
struct pnfs_layout_hdr *new = NULL;
|
|
struct pnfs_layout_hdr *new = NULL;
|