loop: remove the incorrect write_begin/write_end shortcut
[pandora-kernel.git] / include / linux / loop.h
index 683d698..a068806 100644 (file)
@@ -73,7 +73,6 @@ struct loop_device {
  */
 enum {
        LO_FLAGS_READ_ONLY      = 1,
-       LO_FLAGS_USE_AOPS       = 2,
        LO_FLAGS_AUTOCLEAR      = 4,
 };