summaryrefslogtreecommitdiffstats
path: root/libmount/python/pylibmount.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
| | | | | | | | | | text-utils/tailf.c:69:21: warning: Using plain integer as NULL pointer Since many 'struct option' has used zero as NULL make them more readable in same go by reindenting, and using named argument requirements. Reference: https://lwn.net/Articles/93577/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
| | | | | | | Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
* build-sys: pylibmount, mount context is Linux onlyRuediger Meier2016-03-211-0/+2
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2013-10-081-1/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* pylibmount: rewrite to be py2/py3 universalOndrej Oprala2013-09-201-8/+81
| | | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* pylibmount: add debug messagesKarel Zak2013-08-221-1/+21
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* pylibmount: use libmount reference countingKarel Zak2013-08-221-3/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* pylibmount: basic codeOndrej Oprala2013-08-191-0/+205
[kzak@redhat.com: - split to more patches - split to more .c files] Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>