While I'm at it fix tiny style issue I missed
This commit is contained in:
@@ -18,7 +18,7 @@ struct entry_ref;
|
|||||||
struct node_ref {
|
struct node_ref {
|
||||||
node_ref();
|
node_ref();
|
||||||
node_ref(dev_t device, ino_t node);
|
node_ref(dev_t device, ino_t node);
|
||||||
node_ref(const node_ref &other);
|
node_ref(const node_ref& other);
|
||||||
|
|
||||||
bool operator==(const node_ref& other) const;
|
bool operator==(const node_ref& other) const;
|
||||||
bool operator!=(const node_ref& other) const;
|
bool operator!=(const node_ref& other) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user