Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13810b0f authored by wang di's avatar wang di Committed by Greg Kroah-Hartman
Browse files

staging: lustre: llite: change done flag in ll_dir_read to bool

parent fee8cc87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ int ll_dir_read(struct inode *inode, struct md_op_data *op_data,
	int		   hash64     = sbi->ll_flags & LL_SBI_64BIT_HASH;
	struct page	  *page;
	struct ll_dir_chain   chain;
	int		   done = 0;
	bool		   done = false;
	int		   rc = 0;

	ll_dir_chain_init(&chain);