staging: lustre: llite: remove comment from ll_dir_read
Remove comment about fixing swabbing that is not needed. Signed-off-by: wang di <di.wang@intel.com> Reviewed-on: http://review.whamcloud.com/7043 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531 Reviewed-by: John L. Hammond <john.hammond@intel.com> Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3978732f3c
commit
6833c103cc
|
@ -526,10 +526,6 @@ int ll_dir_read(struct inode *inode, __u64 *ppos, struct md_op_data *op_data,
|
|||
__u64 lhash;
|
||||
__u64 ino;
|
||||
|
||||
/*
|
||||
* XXX: implement correct swabbing here.
|
||||
*/
|
||||
|
||||
hash = le64_to_cpu(ent->lde_hash);
|
||||
if (hash < pos)
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue