Whamcloud - gitweb
libquota: remove flag argument to commit_dquot()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 17:26:59 +0000 (13:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 17:26:59 +0000 (13:26 -0400)
commitb5ba6f5b9da9d4e3d6f52ef9470ec12a161b1a7f
tree101e6bc35eca87c2f6e013e0d8fcc878747e269c
parentd730094243d48d2f63215c4eb783895e4a5ada85
libquota: remove flag argument to commit_dquot()

The flag parameter wasn't being used, and using it meant that we had
to define the COMMIT_* flags, which relied on the QIF_* flags being
present.  Removing this allows for increased portability.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/quota/mkquota.c
lib/quota/quotaio.h
lib/quota/quotaio_v2.c