Commit 631605c0 authored by Vincent Whitchurch's avatar Vincent Whitchurch Committed by Jonathan Corbet
Browse files

Documentation/sysctl/vm.txt: Fix drop_caches bit number



Bits are usually numbered starting from zero, so 4 should be bit 2, not
bit 3.

Suggested-by: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarVincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9762dc14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ used:
	cat (1234): drop_caches: 3

These are informational only.  They do not mean that anything is wrong
with your system.  To disable them, echo 4 (bit 3) into drop_caches.
with your system.  To disable them, echo 4 (bit 2) into drop_caches.

==============================================================