Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250472
b: refs/heads/master
c: e8e088d
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Apr 14, 2011
1 parent 56d85a0 commit eac156c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6748482f4153fc0e095aa3dc831d5edac5656a80
refs/heads/master: e8e088de305d7cc00b2c8b2a857ceb62d5fa68d3
11 changes: 6 additions & 5 deletions trunk/include/mtd/ubi-user.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,14 @@ enum {
};

/*
* UBI set property ioctl constants
* UBI set volume property ioctl constants.
*
* @UBI_VOL_PROP_DIRECT_WRITE: allow / disallow user to directly write and
* erase individual eraseblocks on dynamic volumes
* @UBI_VOL_PROP_DIRECT_WRITE: allow (any non-zero value) or disallow (value 0)
* user to directly write and erase individual
* eraseblocks on dynamic volumes
*/
enum {
UBI_VOL_PROP_DIRECT_WRITE = 1,
UBI_VOL_PROP_DIRECT_WRITE = 1,
};

/**
Expand Down Expand Up @@ -398,7 +399,7 @@ struct ubi_map_req {


/**
* struct ubi_set_vol_prop_req - a data structure used to set an ubi volume
* struct ubi_set_vol_prop_req - a data structure used to set an UBI volume
* property.
* @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE)
* @padding: reserved for future, not used, has to be zeroed
Expand Down

0 comments on commit eac156c

Please sign in to comment.