Commit 8e30ac1e authored by Dmitry Eremin's avatar Dmitry Eremin Committed by Greg Kroah-Hartman
Browse files

staging: lustre: obdclass: change lu_site->ls_purge_start to unsigned

parent 8060c901
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -602,7 +602,7 @@ struct lu_site {
	/**
	 * index of bucket on hash table while purging
	 */
	int		       ls_purge_start;
	unsigned int		ls_purge_start;
	/**
	 * Top-level device for this stack.
	 */
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ int lu_site_purge(const struct lu_env *env, struct lu_site *s, int nr)
	struct cfs_hash_bd	    bd2;
	struct list_head	       dispose;
	int		      did_sth;
	int		      start;
	unsigned int start;
	int		      count;
	int		      bnr;
	unsigned int i;