fs: add consistent flag fall throughs
authorColin Ihrig <cjihrig@gmail.com>
Fri, 9 May 2014 02:26:26 +0000 (22:26 -0400)
committerTrevor Norris <trev.norris@gmail.com>
Tue, 13 May 2014 18:48:26 +0000 (11:48 -0700)
commit8ee9f04de6dfa89fc8fb96628b343d861c60bb2e
tree35930d4725210243ab9e733b79e1bd01819f1192
parent4a90f51bfe9934048520f6a3ffb717fc7ddbe843
fs: add consistent flag fall throughs

stringToFlags() has fall throughs in a case statement.
However, they are not consistently implemented. This commit adds
consistency.

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
lib/fs.js