]> Pileus Git - ~andy/linux/blobdiff - mm/vmscan.c
Bluetooth: Fix setting local name to the existing value
[~andy/linux] / mm / vmscan.c
index 606d0bb46091bdc49e634f0f3d2b4d434e37900e..88c5fed8b9a4bd9a54021810cf05710cff4fcbfc 100644 (file)
@@ -128,7 +128,7 @@ struct scan_control {
  * From 0 .. 100.  Higher means more swappy.
  */
 int vm_swappiness = 60;
-long vm_total_pages;   /* The total number of pages which the VM controls */
+unsigned long vm_total_pages;  /* The total number of pages which the VM controls */
 
 static LIST_HEAD(shrinker_list);
 static DECLARE_RWSEM(shrinker_rwsem);