diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-07-24 12:45:47 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-07-24 16:16:41 -0400 |
commit | f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5 (patch) | |
tree | 1549ee274eb1b1b88e5c13f65d9a97302373b87c /fs/nfs/pnfs.h | |
parent | d9b61708fe6dcab7b50abfb87cb47690d00269a1 (diff) |
pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()
That's already being taken care of in pnfs_layout_remove_lseg().
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index d71c9493693a..595648a3ad7a 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h | |||
@@ -552,19 +552,6 @@ pnfs_calc_offset_length(u64 offset, u64 end) | |||
552 | return 1 + end - offset; | 552 | return 1 + end - offset; |
553 | } | 553 | } |
554 | 554 | ||
555 | /** | ||
556 | * pnfs_mark_layout_returned_if_empty - marks the layout as returned | ||
557 | * @lo: layout header | ||
558 | * | ||
559 | * Note: Caller must hold inode->i_lock | ||
560 | */ | ||
561 | static inline void | ||
562 | pnfs_mark_layout_returned_if_empty(struct pnfs_layout_hdr *lo) | ||
563 | { | ||
564 | if (list_empty(&lo->plh_segs)) | ||
565 | set_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags); | ||
566 | } | ||
567 | |||
568 | static inline void | 555 | static inline void |
569 | pnfs_copy_range(struct pnfs_layout_range *dst, | 556 | pnfs_copy_range(struct pnfs_layout_range *dst, |
570 | const struct pnfs_layout_range *src) | 557 | const struct pnfs_layout_range *src) |