Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[sfrench/cifs-2.6.git] / Documentation / block / capability.rst
1 ===============================
2 Generic Block Device Capability
3 ===============================
4
5 This file documents the sysfs file block/<disk>/capability
6
7 capability is a hex word indicating which capabilities a specific disk
8 supports.  For more information on bits not listed here, see
9 include/linux/genhd.h
10
11 GENHD_FL_MEDIA_CHANGE_NOTIFY
12 ----------------------------
13
14 Value: 4
15
16 When this bit is set, the disk supports Asynchronous Notification
17 of media change events.  These events will be broadcast to user
18 space via kernel uevent.